Get store
Stores
Get store
Read one store configuration by external id.
GET
Get store
Returns a single store for the authenticated merchant. Use this endpoint when you already know the external
id and need the current configuration without listing or paginating all stores.
Requires an access token with the
stores:read scope. See
Token to obtain a token.Request
Replace{id} with the external store identifier.
Response
The response wraps one store object indata. The shape matches List stores.
Path parameters
Store object
See the List stores reference for the full schema, includingcontact, location, channels, payments, cms_template_id, cms, and overrides.
Error responses
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
External store identifier.
Required string length:
1 - 64Pattern:
^[a-zA-Z0-9_-]+$Query Parameters
Filter by brand. When set, returns 404 if the store does not belong to this brand.
Required string length:
1 - 64Pattern:
^[a-zA-Z0-9_-]+$Response
200 - application/json
Ok